home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / CPP / VCW411.ZIP / GENCLSID.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-10  |  241 b   |  16 lines

  1. #if    !defined(__GENCLSID_H)
  2. #define           __GENCLSID_H
  3.  
  4.  
  5. // genclsid.h - Unique id as returned by isA()
  6.  
  7. enum GenClassId
  8. {
  9.   CircleClass = 7000,
  10.   SquareClass,
  11.   TriangleClass,
  12.   __lastGeneratedClass
  13. };
  14.  
  15. #endif       //__GENCLSID_H
  16.